home *** CD-ROM | disk | FTP | other *** search
/ il gioco del Kamasutra / Milo Manara Kamasutra.iso / mac / DATA / ParteII / 7.dir / 00011_Script_11 < prev    next >
Text File  |  1997-11-24  |  297b  |  17 lines

  1. on exitFrame
  2.   
  3.   if not soundbusy (2) then
  4.     puppetsound 2,"Loop 2"
  5.   end if
  6.   
  7.   
  8.   puppetsprite 1, true
  9.   repeat while the loch of sprite 1 > 117
  10.     set the loch of sprite 1 = the loch of sprite 1 - 3
  11.     updatestage
  12.   end repeat
  13.   puppetsprite 1, false
  14.   go to "4"
  15.   
  16.   
  17. end